From: Katsumi Yamaoka Date: Wed, 17 Aug 2011 00:10:46 +0000 (+0000) Subject: nndraft.el (nndraft-update-unread-articles): Don't send delayed articles. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2569 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b89c8deff6ca61d553d61d5d1688025cd0370ce8;p=emacs.git nndraft.el (nndraft-update-unread-articles): Don't send delayed articles. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 9f2e985ab3e..7c6b1a935b9 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2011-08-17 Katsumi Yamaoka + + * nndraft.el (nndraft-update-unread-articles): Don't send delayed + articles. + 2011-08-13 Andreas Schwab * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of diff --git a/lisp/gnus/nndraft.el b/lisp/gnus/nndraft.el index f528222dd16..0b47062a919 100644 --- a/lisp/gnus/nndraft.el +++ b/lisp/gnus/nndraft.el @@ -177,6 +177,8 @@ are generated if and only if they are also in `message-draft-headers'.") (list 'nndraft ""))) (nnmail-get-active))) (gnus-group-marked (copy-sequence groups)) + ;; Don't send delayed articles. + (gnus-get-new-news-hook nil) (inhibit-read-only t)) (gnus-group-get-new-news-this-group nil t) (dolist (group groups)